CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimUser Json Schema
In This Topic
    CimUser Json Schema
    In This Topic
    Description
    Fields that describe the user
    Overview
    CimUser
    Fields that describe the user
    AuthenticationType : CimUserType
    Enable : boolean
    set it to true to enable the user.
    PasswordExpiresInDays : number
    password expires in number of configured days.
    Password : string
    Password for the user.
    Resources : Array[string]
    An array of resources that mapped to the user.
    RoleID : string
    The Id of role.
    UserID : string
    The Id of user.
    UserName : string
    The name of user.
    Properties
    NameDescriptionData Type
     CimUserType
    set it to true to enable the user.boolean
    password expires in number of configured days.number
    Password for the user.string
    An array of resources that mapped to the user.Array[string]
    The Id of role.string
    The Id of user.string
    The name of user.string
    See Also